Skip to content

chore(deps): bump co.touchlab:kermit from 2.0.4 to 2.1.0#92

Merged
MessiasLima merged 1 commit into
mainfrom
dependabot/gradle/co.touchlab-kermit-2.1.0
Jul 1, 2026
Merged

chore(deps): bump co.touchlab:kermit from 2.0.4 to 2.1.0#92
MessiasLima merged 1 commit into
mainfrom
dependabot/gradle/co.touchlab-kermit-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps co.touchlab:kermit from 2.0.4 to 2.1.0.

Release notes

Sourced from co.touchlab:kermit's releases.

2.1.0

No release notes provided.

2.0.8

No release notes provided.

2.0.7

No release notes provided.

2.0.6

No release notes provided.

2.0.5

What's Changed

  • OSLogWriter
    • OSLogWriter now takes in optional subsystem and category strings that are sent to OSLog initializer
    • OSLogWriter now takes in optional publicLogging boolean that when set to true would enforce logs to be public (See documentation here).
    • Changed logThrowable to call throwable.stackTraceToString() instead of throwable.getStackTrace().joinToString("\n")
    • Fixing other issues
  • Adding kermit-io module for file logging, which includes a rolling log file writer RollingFileLogWriter using kotlinx-io
  • Updated the WASM Implementation to match newest recommendations
  • Updating kotlin version to 2.0.21

Pull Requests

New Contributors

Full Changelog: touchlab/Kermit@2.0.4...2.0.5

Changelog

Sourced from co.touchlab:kermit's changelog.

[2.1.0] - 2026-03-02

Changed

  • Fixed incorrect severity for Logger.a on Android
  • Bumped minSdk to 23 and compileSdk to 36
  • Updated samples in both platforms to have code parity

[2.0.6] - 2025-06-13

Changed

  • Fix: Issue with files not being closed by RollingFileLogWriter
  • Update: cinterop definitions used by OSLogWriter now have a kermit prefix to avoid conflicts with other libraries
  • New: Added an example of a test to sample-production

[2.0.5] - 2024-11-20

Changed

  • Added kermit-io module, which contains the RollingFileLogWriter. This is a log writer that writes to a file with rolling logs.
  • Updating OSLogWriter to take in three optional parameters to configure OSLog, and to enable/disable public logging
  • Updating the WASM Implementation to match newest recommendations
  • Updating kotlin version to 2.0.21
  • Updating logThrowable to call throwable.stackTraceToString() instead of throwable.getStackTrace().joinToString("\n")
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 1, 2026
@dependabot dependabot Bot added the java Pull requests that update java code label Jul 1, 2026
@github-project-automation github-project-automation Bot moved this to Ready in Some Jul 1, 2026
Bumps [co.touchlab:kermit](https://github.com/touchlab/Kermit) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/touchlab/Kermit/releases)
- [Changelog](https://github.com/touchlab/Kermit/blob/main/CHANGELOG.md)
- [Commits](touchlab/Kermit@2.0.4...2.1.0)

---
updated-dependencies:
- dependency-name: co.touchlab:kermit
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/co.touchlab-kermit-2.1.0 branch from c849de5 to d22e876 Compare July 1, 2026 13:38
@MessiasLima MessiasLima added this to the next milestone Jul 1, 2026
@MessiasLima MessiasLima merged commit 29a9a66 into main Jul 1, 2026
1 check passed
@MessiasLima MessiasLima deleted the dependabot/gradle/co.touchlab-kermit-2.1.0 branch July 1, 2026 14:35
@github-project-automation github-project-automation Bot moved this from Ready to Done in Some Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant